Implement pointerrawupdate event
Categories
(Core :: DOM: Events, enhancement, P3)
Tracking
()
People
(Reporter: hsinyi, Assigned: masayuki)
References
(Depends on 2 open bugs, Blocks 4 open bugs, )
Details
(Keywords: dev-doc-complete, parity-chrome)
User Story
platform-scheduled:2025-06-30
Attachments
(3 files)
This is for implementing https://w3c.github.io/pointerevents/#the-pointerrawupdate-event
Updated•6 years ago
|
Updated•3 years ago
|
Updated•2 years ago
|
Reporter | ||
Updated•2 years ago
|
Assignee | ||
Updated•6 months ago
|
Assignee | ||
Updated•6 months ago
|
Assignee | ||
Updated•6 months ago
|
Reporter | ||
Updated•3 months ago
|
Also requested on Connect: https://connect.mozilla.org/t5/ideas/support-for-pointerrawupdate/idi-p/89299
Assignee | ||
Comment 2•2 months ago
|
||
This patch just defines the event message, an atom for event listener attribute
and managing whether the window may have a listener.
Depends on D243402
Assignee | ||
Comment 3•2 months ago
|
||
Depends on D243403
Assignee | ||
Comment 4•2 months ago
|
||
Depends on D243404
Updated•2 months ago
|
Please take care to avoid the following Chrome bugs with pointerrawupdate which so far have remained unfixed:
https://issues.chromium.org/issues/353249342
https://issues.chromium.org/issues/40817651
https://issues.chromium.org/issues/40683756
Comment 6•26 days ago
|
||
Would it be possible to get a test for https://github.com/w3c/pointerevents/issues/509 in some bug? Maybe a followup
Assignee | ||
Comment 7•26 days ago
|
||
(In reply to Olli Pettay [:smaug][bugs@pettay.fi] from comment #6)
Would it be possible to get a test for https://github.com/w3c/pointerevents/issues/509 in some bug? Maybe a followup
Filed bug 1965118. I'll work on that once I finished working on current Interop work which should be done by end of June.
Comment 10•18 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/aae164cff6aa
https://hg.mozilla.org/mozilla-central/rev/5718f7f3067e
https://hg.mozilla.org/mozilla-central/rev/93856bf75c44
Updated•18 days ago
|
Comment 11•18 days ago
|
||
Comment 12•18 days ago
|
||
Backed out for causing mochitest failures @ test_pointerrawupdate_event_count.html
Assignee | ||
Comment 13•18 days ago
|
||
Hmm, xorig test framework is really unstable for pointer events...
Updated•18 days ago
|
Updated•18 days ago
|
Comment 14•18 days ago
|
||
Comment 15•18 days ago
|
||
Comment 16•17 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/32ba02fa32ec
https://hg.mozilla.org/mozilla-central/rev/37f6acd499b1
https://hg.mozilla.org/mozilla-central/rev/ccd6d2c97e41
Comment 17•17 days ago
|
||
:masayuki could you consider nominating this for a release note? (Process info)
Assignee | ||
Comment 18•17 days ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: Introducing a new API.
[Affects Firefox for Android]: Yes.
[Suggested wording]: pointerrawupdate
event is now supported. The event allows the web apps to handle pointermove
immediately. However, this event is fired more frequently than pointermove
with another hit test for considering the target. Therefore, even only adding an event listener of pointerrawupdate
makes the damage to the performance. So, this is intended to improve apps which cannot handle user input smoothly only with coalesced pointermove
events.
[Links (documentation, blog post, etc)]: https://developer.mozilla.org/en-US/docs/Web/API/Element/pointerrawupdate_event
Comment 19•16 days ago
|
||
Thanks, added to the Fx140 nightly release notes, please allow 30 minutes for the site to update.
Keeping the relnote-firefox flag as ? to keep it on the radar for inclusion in the final Fx140 release notes.
Updated•7 days ago
|
Comment 20•4 days ago
|
||
FF140 MDN docs work for this done in https://github.com/mdn/content/issues/39614
Updated•4 days ago
|
Description
•